Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hybrid-array: add slice cast methods to ArrayOps #1038

Merged
merged 4 commits into from
Jan 10, 2024

Conversation

newpavlov
Copy link
Member

@newpavlov newpavlov commented Jan 10, 2024

The added methods will help to remove unsafe functions like this.

Closes #951

@tarcieri
Copy link
Member

tarcieri commented Jan 10, 2024

@newpavlov I'd like to get a FromIterator impl in before another release, FYI. Running into a need for one updating the https://github.com/RustCrypto/elliptic-curve crates

@newpavlov newpavlov merged commit cdc6acd into master Jan 10, 2024
98 checks passed
@newpavlov newpavlov deleted the hybrid-array/slice-casts branch January 10, 2024 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

hybrid-array: Convert &[[T; N]] to &[Array<T, N>]
2 participants